home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Demo Code / Ch04 / events.asp < prev    next >
Text File  |  1997-04-24  |  372b  |  17 lines

  1. <%@ LANGUAGE="VBSCRIPT" %>
  2.  
  3. <HTML>
  4. <HEAD>
  5. <META NAME="GENERATOR" Content="Microsoft Internet Studio 1.0">
  6. <META HTTP-EQUIV="Content-Type" content="text/html; charset=ISO-8859-1">
  7. <TITLE>Document Title</TITLE>
  8. </HEAD>
  9. <BODY>
  10.  
  11. Here's what's happening on <%=request.QueryString("date")%>
  12. <P>
  13. <I>Fill in with information from the Database</I>
  14.  
  15. </BODY>
  16. </HTML>
  17.